AdapterExtraType
import { AdapterExtraType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:65
Preview
type AdapterExtraType = {
headers: Record<string, string>;
}
Structure
{
headers: Record<string, string>;
}
import { AdapterExtraType } from "@hyper-fetch/core"
Defined in adapter/adapter.types.ts:65
type AdapterExtraType = {
headers: Record<string, string>;
}
{
headers: Record<string, string>;
}